The following tables list the members exposed by Comparable<T>.
| Name | Description | |
|---|---|---|
![]() | Comparable<T> Constructor |
| Name | Description | |
|---|---|---|
![]() | HashCode | Extracts the correct hash code (Inherited from CSharpTest.Net.Bases.Equatable<T>) |
| Name | Description | |
|---|---|---|
![]() | CompareTo | Compares with another object of T |
![]() | Equals | Overloaded. Overridden. Returns true if the object is equal |
Greater Than | Compares two objects |
Greater Than or Equal | Compares two objects |
Less Than | Compares two objects |
Less Than or Equal | Compares two objects |




